home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / clutl199.zip / MANUAL.TXT < prev    next >
Text File  |  1992-04-12  |  9KB  |  265 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                         The Command Line Utilities
  7.                                 Version 1.99
  8.  
  9.                                      by
  10.  
  11.                                 Erik Skamser
  12.                            1406 S. Marengo Avenue
  13.                          Forest Park, Illinois 60130
  14.                              ph. (708) 771-8931
  15.  
  16.                             CompuServe 70521,260
  17.  
  18.                              (c)1989, 1990, 1991
  19.                              All Rights Reserved
  20.  
  21.  
  22.  
  23.  
  24. INTRODUCTION
  25. ------------
  26.  
  27. The Command Line Utilities is a set of some simple programs that make working
  28. on personal computers -- at the DOS command line -- just a little easier.
  29.  
  30. At the time of my first release of The Command Line Utilities, the popular
  31. GUI's such as Microsoft Windows and OS/2 were still inadequate for getting real
  32. work done. Today Windows v3.1 has changed all that; however, there are still
  33. computer users who prefer the DOS command line and there are certainly also
  34. many, many very useful PC's too old and underpowered for Windows which will
  35. remain in service for a long time to come.
  36.  
  37. This is version 1.99 of The Command Line Utilities (I have fixed some bugs
  38. and added some enhancements from user suggestions since version 1.0 was
  39. introduced in November 1989).  These utilities were created with the idea that
  40. often the simplest programs are the best.  They are meant to be useful and
  41. intuitively obvious, so that recourse to the manual (such as it is) will seldom
  42. be necessary.
  43.  
  44.  
  45.  
  46. MOVE.EXE
  47. --------
  48.  
  49. Have you ever understood why there isn't a DOS file called MOVE?  I haven't.
  50. So I wrote a MOVE utility; actually two of them (see MOVESAFE.EXE).
  51.  
  52. MOVE.EXE does just what you'd think it would; you just type 
  53.  
  54.       MOVE [d:][path]filename [d:][path]filename
  55.  
  56. and the file(s) are moved.  The DOS wildcards * and ? are supported.  If you
  57. wish to move a file into the current (default) directory, there's no need to
  58. repeat the filename; the file will be copied into the current directory and
  59. the original file deleted, if and only if the copy is successful.  Further,
  60. MOVE.EXE will only overwrite a file with a file the same age or newer.  It
  61. checks the file creation dates to be sure you're not replacing a newer file
  62. with an older one.  But be careful not to move a file from and to the current
  63. directory.  "MOVE filename.ext" (when filename.ext is already in the current
  64. directory) will copy AND THEN DELETE the file!  It does warn you first; if you
  65. see the "Careful!..." error message, please do be careful.  This is the
  66. situation it refers to.  Simply press the letter C while holding down the Ctrl
  67. key to abort the process -- and save your file.
  68.  
  69. The usual DOS rules for copying and deleting apply.  So be careful; I once did
  70. this:
  71.        MOVE filename.ext \utils
  72.  
  73. but I misspelled the name of the directory (it was \util).  I ended up with my
  74. file in the root directory of the current drive, renamed "utils"!
  75.  
  76.  
  77.  
  78. MOVESAFE.EXE
  79. ------------
  80.  
  81. I wrote MOVESAFE.EXE out of a fear that I might have two completely different
  82. files with the same name; it does happen sometimes.  How many READ.ME files
  83. have you seen, for example?
  84.  
  85. MOVESAFE.EXE takes the safety feature of MOVE.EXE (overwriting files only with
  86. newer versions) one step further and refuses ever to overwrite any file with
  87. the same name.
  88.  
  89. However, there's a price to pay for this; you must always specify the target
  90. filename with MOVESAFE.EXE.  If you don't specify two complete filenames,
  91. MOVESAFE.EXE will refuse to do anything at all.  So if you don't mind a little
  92. extra typing, MOVESAFE.EXE will provide that little bit of added security.  As
  93. with MOVE.EXE, the syntax is:
  94.  
  95.       MOVESAFE [d:][path]filename [d:][path]filename
  96.  
  97. You may want to rename MOVESAFE.EXE to MOVE.EXE (or just M.EXE) for
  98. convenience. 
  99.  
  100.  
  101.  
  102. EXTRACT.EXE
  103. -----------
  104.  
  105. Have you ever had trouble remembering the syntax to use in extracting a .ZOO
  106. file as opposed to a .ZIP file as against a .PAK file?  How about a file
  107. you've just downloaded from your favorite BBS which has an .SDN extension?
  108. Well all of the programs needed to make these compressed files functional with
  109. all of their different command-line switches can be confusing.  So I wrote
  110. EXTRACT.EXE which does it all for you!
  111.  
  112. EXTRACT.EXE works with the appropriate shareware programs to automatically
  113. extract .ARC, .ZIP, .PAK, .SDA, .SDN, .DWC, .LZH, and .ZOO files.  All you
  114. have to remember now is that you must type:
  115.           
  116.         EXTRACT [d:][path]filename
  117.  
  118. or, if you want to extract the contents of the archive to a different drive
  119. and/or directory:
  120.  
  121.         EXTRACT [d:][path]filename d:\path
  122.  
  123. and be sure not to use the filename extension, since EXTRACT.EXE determines
  124. that for you.  That's it!
  125.  
  126. EXTRACT.EXE doesn't do all the work of extracting these files by itself; it
  127. relies on the programs written by the authors of the various compression
  128. formats to work with it to do the job.  The file names required to be in a
  129. subdirectory listed in your PATH along with the complete shareware files that
  130. contain them are as follows for each format:
  131.  
  132.  
  133. Extension     File Name                      Parent File
  134. ---------     ---------                      -----------
  135.  
  136. .ARC          PAK.EXE and PAK.CNF            PAK251.EXE
  137.  
  138. .ZIP          PKUNZIP.EXE                    PKZ110.EXE
  139.  
  140. .PAK          PAK.EXE and PAK.CNF            PAK251.EXE
  141.  
  142. .SDA          PAK.EXE and PAK.CNF            PAK251.EXE
  143.  
  144. .SDN          PAK.EXE and PAK.CNF            PAK251.EXE
  145.  
  146. .ZOO          LOOZ.EXE                       LOOZ210.ZIP
  147.  
  148. .DWC          DWC.EXE                        DWC501.EXE
  149.  
  150. .LZH          LHA.EXE                        LHA213.EXE
  151.  
  152. .ARJ          ARJ.EXE                        ARJ222.ZIP
  153.  
  154.  
  155. Please note that if the appropriate shareware files are not in your path you
  156. will get a "Bad command or filename" error message when using EXTRACT.EXE and
  157. your file will not be extracted.
  158.  
  159.  
  160.  
  161. PRINTIT.EXE
  162. -----------
  163.  
  164. By first logging onto the drive and directory that contains The Command Line
  165. Utilities (in particular, PRINTIT.EXE and MANUAL.TXT) and typing PRINTIT, the
  166. manual will automatically print out on your printer.
  167.  
  168.  
  169. REGISTRATION
  170. ------------
  171.  
  172. Please register your copy of The Command Line Utilities if you find one or
  173. more of them useful.  A good rule of thumb is that if you find yourself using
  174. them even occasionally after 30 days, register.  If, however, you've deleted
  175. them from your hard drive... well, then don't register.
  176.  
  177. Registration is $5.00 for the complete set, and will get you (optionally) a
  178. disk with the most recent version of all the utilities plus the on-disk
  179. manual.
  180.  
  181. If you would also like the shareware file extraction utilities listed above,
  182. enclose an additional $2.00 and I will send them to you as well.  I have no
  183. connection whatsoever with the authors of those shareware programs and I
  184. provide them in their original forms simply as a convenience to you.  There
  185. are additional registration fees connected with these programs.
  186.  
  187. You may fill out the form at the end of this manual as an easy way to
  188. register. 
  189.  
  190.  
  191.  
  192. DISCLAIMER
  193. ----------
  194.  
  195. The Command Line Utilities are provided as-is, with absolutely no guarantee or
  196. warranty of any kind.  There is no verbal or implied warranty and none should
  197. be inferred.  The author cannot be held responsible for any damages resulting
  198. from the use of any of The Command Line Utilities.
  199.  
  200.  
  201.  
  202. REGISTRATION FORM
  203. -----------------
  204. ===============================================================================
  205.  
  206.                             REGISTRATION FORM
  207.  
  208.                        The Command Line Utilities
  209.                                Version 1.99
  210.  
  211.  
  212. _____ I enclose $_____ for _____ copies of The Command Line Utilities @ $5.00.
  213.  
  214. _____ $2.00 is also enclosed for one copy of all of the shareware extracting
  215.       utilities  PK361.EXE, PKZ110.EXE, PAK251.EXE, DWC501.EXE, LHA213.EXE,
  216.       ARJ222.ZIP and LOOZ210.ZIP (or newer versions).
  217.  
  218. Send me  [] two 360K 5.25" or [] one 1.2M 5.25" or [] one 720K 3.5" disk(s)
  219.  
  220.  
  221. NAME ________________________________________________________________________
  222.  
  223. ADDRESS _____________________________________________________________________
  224.  
  225. CITY_____________________________________STATE_______________ZIP_____________
  226.  
  227.  
  228. Please make your check or money order payable to Erik Skamser and mail to:
  229.  
  230.       Erik Skamser
  231.       1406 S. Marengo Avenue
  232.       Forest Park, IL  60130
  233.  
  234.  
  235. Where did you learn about The Command Line Utilities? (Please be specific):
  236.  
  237.  
  238.  
  239.  
  240. Comments:
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264. ===============================================================================
  265.